Kinetis SDK API Reference Manual  1.0.0-beta
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
fsl_clock_manager_private.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <assert.h>

Functions

System out clock access API
uint32_t clock_hal_get_outclk (void)
 Gets the current out clock. More...
 
uint32_t clock_hal_get_fllclk (void)
 Gets the current FLL clock. More...
 
uint32_t clock_hal_get_pll0clk (void)
 Gets the current PLL0 clock. More...
 
uint32_t clock_hal_get_pll1clk (void)
 Gets the current PLL1 clock. More...
 
uint32_t clock_hal_get_irclk (void)
 Get the current IR (internal reference) clock. More...
 

Variables

sim_clock_names_t kClockNameSimMap [kClockNameCount]
 Clock manager clock names mapping into the SIM clock name.
 
sim_clock_source_names_t kClockSourceNameSimMap [kClockSourceMax]
 Clock manager clock source names mapping into the SIM clock source name. More...
 
sim_clock_gate_module_names_t kClockModuleNameSimMap [kClockModuleMax]
 Clock manager clock module names mapping into the SIM clock module name.
 
const sim_clock_source_value_tkSimClockSourceValueTable []